Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@choleraehyq
Copy link

Signed-off-by: Cholerae Hu [email protected]

@CLAassistant
Copy link

CLAassistant commented Jun 2, 2018

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! I'm having some trouble with tests locally - I will merge after I resolve.
Thank you

os.ts Outdated
const res = sendMsg("os", {
command: pb.Msg.Command.TEMP_DIR_SYNC,
tempDirSyncDirname: dir,
temoDirSyncPrefix: prefix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: temoDirSyncPrefix -> tempDirSyncPrefix

msg.proto Outdated

// TEMP_DIR_SYNC
string temp_dir_sync_dirname = 140;
string temo_dir_sync_prefix = 141;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

os.go Outdated
return WriteFileSync(msg.WriteFileSyncFilename, msg.WriteFileSyncData,
msg.WriteFileSyncPerm)
case Msg_TEMP_DIR_SYNC:
return TempDirSync(msg.TempDirSyncDirname, msg.TemoDirSyncPrefix)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto. 😉

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...My faults. Thank you so much :-)

@choleraehyq
Copy link
Author

@ry Sorry, I accidentally closed this PR, can you reopen it?

piscisaureus pushed a commit to piscisaureus/deno that referenced this pull request Oct 7, 2019
hardfist pushed a commit to hardfist/deno that referenced this pull request Aug 7, 2024
)

The second argumen to `v8::Local` can be a reference, so cloning isn't
needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants