mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 20:37:08 +01:00
Improve PEEK behavior.
This commit is contained in:
2
dist/cli/out.js
vendored
2
dist/cli/out.js
vendored
@ -154,6 +154,8 @@ Output routines for HackMyResume.
|
||||
});
|
||||
} else if (!evt.error) {
|
||||
return L(M2C(this.msgs.afterPeek.msg, 'yellow'), evt.requested, evt.file);
|
||||
} else if (evt.error) {
|
||||
return L(chalk.red(evt.error.inner.inner));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user