@explorable-viz/fluid 0.7.24 → 0.7.25
Sign up to get free protection for your applications and to get access to all the features.
package/dist/fluid/fluid.mjs
CHANGED
@@ -28400,7 +28400,7 @@ var copyOptions = {
|
|
28400
28400
|
encoding: Nothing,
|
28401
28401
|
shell: Nothing
|
28402
28402
|
};
|
28403
|
-
var copyFiles = (website) => exec2("./node_modules/@explorable-viz/fluidscript/bundle-website.sh -w" + website + " -r
|
28403
|
+
var copyFiles = (website) => exec2("./node_modules/@explorable-viz/fluidscript/bundle-website.sh -w" + website + " -r true")(copyOptions)((v) => {
|
28404
28404
|
if (v.error.tag === "Just") {
|
28405
28405
|
return log(showErrorImpl(v.error._1));
|
28406
28406
|
}
|