mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
[react-packager] Fix cache issues
This commit is contained in:
parent
39ae5daec3
commit
b17b328aed
@ -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…
x
Reference in New Issue
Block a user