Skip to content

Commit 93763c9

Browse files
committed
optimize code
1 parent 375c64e commit 93763c9

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

res/data/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ SortIncludes: false
3535

3636
AlignConsecutiveMacros: AcrossEmptyLines
3737

38-
#AlignConsecutiveAssignments: AcrossEmptyLines
38+
AlignConsecutiveAssignments: Consecutive

res/html/builder_options/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/EIDEProjectExplorer.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4176,6 +4176,10 @@ export class ProjectExplorer implements CustomConfigurationProvider {
41764176
throw new Error(`Not found any reference for this source file !, [path]: '${srcPath}'`);
41774177
}
41784178

4179+
if (!File.IsFile(objPath)) {
4180+
throw new Error(`Object file is not existed !, [path]: '${objPath}'`);
4181+
}
4182+
41794183
// prepare command
41804184
let exeFile: File;
41814185
let cmds: string[];

0 commit comments

Comments
 (0)