mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
Add lodash dependency to lib/elevate.coffee
Depedency was missing and thus elevating functions threw errors.
This commit is contained in:
parent
9c65d11e66
commit
a6dc155028
@ -1,5 +1,7 @@
|
||||
(function() {
|
||||
var isWindows, os, path;
|
||||
var _, isWindows, os, path;
|
||||
|
||||
_ = require('lodash');
|
||||
|
||||
os = require('os');
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
_ = require('lodash')
|
||||
os = require('os')
|
||||
path = require('path')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user