Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca020fd

Browse filesBrowse files
codebytereaduh95
authored andcommitted
src: fix -Wunreachable-code-return in node_sea
PR-URL: #57664 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 32b6e70 commit ca020fd
Copy full SHA for ca020fd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎src/node_sea.cc

Copy file name to clipboardExpand all lines: src/node_sea.cc
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,9 @@ bool MaybeLoadSingleExecutableApplication(Environment* env) {
640640

641641
LoadEnvironment(env, LoadSingleExecutableApplication);
642642
return true;
643-
#endif
643+
#else
644644
return false;
645+
#endif
645646
}
646647

647648
void Initialize(Local<Object> target,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.