@vercel/remix-builder 2.2.4 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4089,10 +4089,7 @@ async function writeEntrypointFile(path, data, rootDir) {
|
|
|
4089
4089
|
} catch (err) {
|
|
4090
4090
|
if (err.code === "ENOENT") {
|
|
4091
4091
|
throw new Error(
|
|
4092
|
-
`The "${(0, import_path4.relative)(
|
|
4093
|
-
rootDir,
|
|
4094
|
-
(0, import_path4.dirname)(path)
|
|
4095
|
-
)}" directory does not exist. Please contact support at https://vercel.com/help.`
|
|
4092
|
+
`The "${(0, import_path4.relative)(rootDir, (0, import_path4.dirname)(path))}" directory does not exist.`
|
|
4096
4093
|
);
|
|
4097
4094
|
}
|
|
4098
4095
|
throw err;
|