Skip to content

Commit 65ea8d0

Browse files
codebyterebl-ue
andauthored
Update src/env.h
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
1 parent 6f43de0 commit 65ea8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ class Environment : public MemoryRetainer {
11131113
void PrintSyncTrace() const;
11141114
inline void set_trace_sync_io(bool value);
11151115

1116-
inline void set_unhandled_rejections_mode(const std::string& mode) const;
1116+
inline void set_unhandled_rejections_mode(const std::string& mode);
11171117
inline std::string unhandled_rejections_mode() const;
11181118

11191119
inline void set_force_context_aware(bool value);

0 commit comments

Comments
 (0)