mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2026-05-06 04:26:03 +01:00
Fix PEEK command.
This commit is contained in:
Vendored
-1
@@ -236,7 +236,6 @@ Definition of the `main` function.
|
||||
finalErrorCode = -1;
|
||||
if (err) {
|
||||
finalErrorCode = err.fluenterror ? err.fluenterror : err;
|
||||
console.log(err.stack);
|
||||
}
|
||||
if (_opts.debug) {
|
||||
msgs = require('./msg').errors;
|
||||
|
||||
Vendored
+1
-1
@@ -147,7 +147,7 @@ Output routines for HackMyResume.
|
||||
} else {
|
||||
L(M2C(this.msgs.beforePeek.msg[1], sty), evt.file);
|
||||
}
|
||||
if (evt.target !== void 0) {
|
||||
if (evt.target !== void 0 && !evt.error) {
|
||||
return console.dir(evt.target, {
|
||||
depth: null,
|
||||
colors: true
|
||||
|
||||
Reference in New Issue
Block a user