mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove . after path to prevent confusion
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user