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 f99b014 commit dce84ecCopy full SHA for dce84ec
src/vm/jvm/runtime/org/perl6/nqp/tools/EvalServer.java
@@ -102,7 +102,7 @@ private void run() throws Exception {
102
EnumSet.of(PosixFilePermission.OWNER_READ, PosixFilePermission.OWNER_WRITE);
103
Files.setPosixFilePermissions(tokenPath, perms);
104
} catch (UnsupportedOperationException e) {
105
- // non-posix systems tend not to have such wide default perms, so this is safe to ignor
+ // non-posix systems tend not to have such wide default perms, so this is safe to ignore
106
}
107
tokenCh.write(ByteBuffer.wrap( String.format("%d %s\n", serv.socket().getLocalPort(), cookie).getBytes("UTF-8") ));
108
0 commit comments