We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec7217 commit 3d032aeCopy full SHA for 3d032ae
libs/utils.js
@@ -24,6 +24,7 @@ const logger = require('./logger');
24
const Readable = require('stream').Readable;
25
const rimraf = require('rimraf');
26
const child_process = require('child_process');
27
+const os = require('os');
28
29
module.exports = {
30
get: function(scope, prop, defaultValue){
@@ -132,4 +133,4 @@ module.exports = {
132
133
sanitize: function(filePath){
134
return filePath.replace(/(\/|\\)/g, "_");
135
}
-};
136
+};
0 commit comments