Skip to content

Commit f6df4ab

Browse files
committed
Remove std prefix from unit16_t
1 parent 4ff4dc8 commit f6df4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vnext/Shared/JSI/NapiJsiV8RuntimeHolder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class NapiJsiV8RuntimeHolder : public facebook::jsi::RuntimeHolderLazyInit {
4040
std::once_flag m_onceFlag;
4141
std::thread::id m_ownThreadId;
4242

43-
std::uint16_t m_debuggerPort;
43+
uint16_t m_debuggerPort;
4444
bool m_useDirectDebugger{false};
4545
bool m_debuggerBreakOnNextLine{false};
4646
std::string m_debuggerRuntimeName;

0 commit comments

Comments
 (0)