Este commit está contenido en:
AJ ONeal 2019-02-12 19:33:28 -07:00
padre aa5873164a
commit 46a9917dc3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -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"))
}