We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a7b39 commit db6a836Copy full SHA for db6a836
developer/src/kmc-package/src/compiler/kmp-compiler.ts
@@ -28,7 +28,7 @@ export class KmpCompiler {
28
29
public loadKpsFile(kpsFilename: string): KpsFile.KpsFile {
30
// Load the KPS data from XML as JS structured data.
31
- const buffer = this.callbacks.loadFile(kpsFilename, false);
+ const buffer = this.callbacks.loadFile(kpsFilename);
32
if(!buffer) {
33
this.callbacks.reportMessage(CompilerMessages.Error_FileDoesNotExist({filename: kpsFilename}));
34
return null;
0 commit comments