electrobun 0.0.19-beta.56 → 0.0.19-beta.58
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/package.json +1 -1
- package/src/cli/index.ts +1 -1
package/package.json
CHANGED
package/src/cli/index.ts
CHANGED
|
@@ -861,7 +861,7 @@ if (commandArg === "init") {
|
|
|
861
861
|
cefHelperNames.forEach((helperName) => {
|
|
862
862
|
const destinationPath = join(appBundleMacOSPath, helperName);
|
|
863
863
|
cpSync(helperSourcePath, destinationPath);
|
|
864
|
-
console.log(`Copied CEF helper: ${helperName}`);
|
|
864
|
+
// console.log(`Copied CEF helper: ${helperName}`);
|
|
865
865
|
});
|
|
866
866
|
} else {
|
|
867
867
|
console.log(`WARNING: Missing CEF helper: ${helperSourcePath}`);
|