mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Add error message
This commit is contained in:
@@ -48,8 +48,8 @@ let run = (async(() => {
|
||||
}), process.argv[6] ? process.argv[6] : 1000);
|
||||
|
||||
} catch(e) {
|
||||
console.error("error:", e);
|
||||
console.error(e.stack);
|
||||
console.log("Exiting...")
|
||||
process.exit(1);
|
||||
}
|
||||
}))();
|
||||
|
||||
Reference in New Issue
Block a user