Remove . after path to prevent confusion
This commit is contained in:
parent
ca72d4346b
commit
3e15021c12
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ function loadApplicationPackage (packagePath) {
|
|||
try {
|
||||
Module._resolveFilename(packagePath, module, true)
|
||||
} catch (e) {
|
||||
showErrorMessage(`Unable to find Electron app at ${packagePath}.\n\n${e.message}`)
|
||||
showErrorMessage(`Unable to find Electron app at ${packagePath}\n\n${e.message}`)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue