pollination-react-io 1.72.0 → 1.72.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.esm.js +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -49300,8 +49300,8 @@ var RunCard = function (_a) {
|
|
49300
49300
|
if (localRun) {
|
49301
49301
|
// Get study name
|
49302
49302
|
var path = !_run['subfolder']
|
49303
|
-
? "".concat(_run.id, "/").concat(localStudyURLname, "/__logs__/
|
49304
|
-
: "".concat(_run.id, "/").concat(_run['subfolder'], "/").concat(localStudyURLname, "/__logs__/
|
49303
|
+
? "".concat(_run.id, "/").concat(localStudyURLname, "/__logs__/err.log")
|
49304
|
+
: "".concat(_run.id, "/").concat(_run['subfolder'], "/").concat(localStudyURLname, "/__logs__/err.log");
|
49305
49305
|
fileExplorer(path);
|
49306
49306
|
}
|
49307
49307
|
else {
|