Skip to content

Commit

Permalink
Simplify code. (denoland#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbgbg authored and ry committed Jun 1, 2018
1 parent d582d67 commit 6cef88a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions os.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ func HandleCodeFetch(moduleSpecifier string, containingFile string) (out []byte)
}

var sourceCode = string(sourceCodeBuf)
var command = Msg_CODE_FETCH_RES
res = &Msg{
Command: command,
Command: Msg_CODE_FETCH_RES,
CodeFetchResModuleName: moduleName,
CodeFetchResFilename: filename,
CodeFetchResSourceCode: sourceCode,
Expand Down

0 comments on commit 6cef88a

Please sign in to comment.