mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 22:37:14 +08:00
[react-packager] Fix cache issues
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user