Update local tmp dir name
This commit is contained in:
parent
84f297b400
commit
c0e8d771d0
server/middleware
|
@ -31,7 +31,7 @@ const checkLocalCache = (dir, callback) =>
|
|||
const ResolveExtensions = [ '', '.js', '.json' ]
|
||||
|
||||
const createTempPath = (name) =>
|
||||
joinPaths(tmpdir(), `express-unpkg-${name}`)
|
||||
joinPaths(tmpdir(), `unpkg-${name}`)
|
||||
|
||||
/**
|
||||
* Resolves a path like "lib/file" into "lib/file.js" or
|
||||
|
|
Loading…
Reference in New Issue