add version choose to help
This commit is contained in:
parent
65947772f0
commit
be545c4a2d
2 changed files with 4 additions and 0 deletions
2
app.js
2
app.js
|
|
@ -1,3 +1,5 @@
|
|||
/** Copyright Stewart Allen <sa@grid.space> -- All Rights Reserved */
|
||||
|
||||
function require_fresh(path) {
|
||||
const rpa = require.resolve(path);
|
||||
delete require.cache[rpa];
|
||||
|
|
|
|||
Loading…
Reference in a new issue