Cette révision appartient à :
AJ ONeal 2019-02-12 19:33:28 -07:00
Parent aa5873164a
révision 46a9917dc3
1 fichiers modifiés avec 0 ajouts et 1 suppressions

Voir le fichier

@ -5,7 +5,6 @@ extern crate rand;
use neon::prelude::*;
// tom pridham @ jane
fn hello(mut cx: FunctionContext) -> JsResult<JsString> {
Ok(cx.string("hello node"))
}