mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2026-05-05 12:06:03 +01:00
Improve PEEK behavior.
This commit is contained in:
Vendored
+2
@@ -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