add once.js

This commit is contained in:
Girish Ramakrishnan
2022-04-15 19:01:35 -05:00
parent e878e71b20
commit 7f89dfd261
7 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ const appstore = require('./appstore.js'),
mail = require('./mail.js'),
manifestFormat = require('cloudron-manifestformat'),
mounts = require('./mounts.js'),
once = require('once'),
once = require('./once.js'),
os = require('os'),
path = require('path'),
paths = require('./paths.js'),