Skip to content

Commit a3e22b2

Browse files
Update src/ElectronNET.Host/main.js
Co-authored-by: softworkz <4985349+softworkz@users.noreply.github.com>
1 parent 3306aaa commit a3e22b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ElectronNET.Host/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ let manifestJsonFilePath = path.join(currentPath, manifestJsonFileName);
8383

8484
// if running unpackedelectron, lets change the path
8585
if (unpackedelectron || unpackeddotnet) {
86-
console.debug('Running in unpacked mode, dir: ' + currentPath);
86+
console.debug('Running in unpackaged mode, dir: ' + currentPath);
8787

8888
manifestJsonFilePath = path.join(currentPath, manifestJsonFileName);
8989
currentBinPath = path.join(currentPath, '../'); // go to project directory

0 commit comments

Comments
 (0)