mirror of https://github.com/status-im/metro.git
[react-packager] Fix cache issues
This commit is contained in:
parent
f9b1658c6f
commit
c48ce25de6
|
@ -12,7 +12,7 @@ const crypto = require('crypto');
|
|||
const path = require('path');
|
||||
const tmpdir = require('os').tmpDir();
|
||||
|
||||
function getCacheFilePath(args) {
|
||||
function getCacheFilePath(...args) {
|
||||
args = Array.prototype.slice.call(args);
|
||||
const prefix = args.shift();
|
||||
|
||||
|
|
Loading…
Reference in New Issue