1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

Fixing typo.

This commit is contained in:
mike12345567 2020-10-26 17:58:01 +00:00
parent f78ec2ddef
commit 9b0dd682ad

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)
}