1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Fixing typo.

This commit is contained in:
mike12345567 2020-10-26 17:58:01 +00:00
parent 27acbac235
commit 6af5ad02e3

View file

@ -7,7 +7,7 @@ const fs = require("fs")
async function runServer() {
if (isDev() && !fs.existsSync(budibaseTempDir())) {
console.error(
"Please run a build before attempting to run server indepdently to fill 'tmp' directory."
"Please run a build before attempting to run server independently to fill 'tmp' directory."
)
process.exit(-1)
}