mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
bale -> able
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ const setProd = cb => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const warnAboutTscBeingDumb = cb => {
|
const warnAboutTscBeingDumb = cb => {
|
||||||
console.log("You're probably about to see some warnings from tsc about not being bale to find certain files.");
|
console.log("You're probably about to see some warnings from tsc about not being able to find certain files.");
|
||||||
console.log("Don't worry about these. It's a known issue regarding circular build dependencies. The build should continue despite these errors.");
|
console.log("Don't worry about these. It's a known issue regarding circular build dependencies. The build should continue despite these errors.");
|
||||||
cb();
|
cb();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user