add version choose to help

This commit is contained in:
Stewart Allen 2020-06-08 12:17:56 -04:00
commit be545c4a2d
2 changed files with 4 additions and 0 deletions

2
app.js
View file

@ -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];