mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-21 10:01:44 +00:00
Fix Error Message
This commit is contained in:
parent
6b2d74e7a3
commit
19d450d5cd
@ -191,7 +191,7 @@ async function run(server, options) {
|
||||
notifyStatus({
|
||||
serverName: server.name,
|
||||
status: 'errored',
|
||||
message: `Server errored: '${errorMessage}`
|
||||
message: `Server errored: '${err}`
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user