Skip to content

Commit

Permalink
app_jsdt: updated to use kemi api sr_kemi_core_set_drop()
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 3, 2018
1 parent f5be717 commit 84bf4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/app_jsdt/app_jsdt_api.c
Expand Up @@ -413,7 +413,7 @@ static int jsdt_sr_exit (duk_context *J)
*/
static int jsdt_sr_drop (duk_context *J)
{
sr_kemi_core_drop(NULL);
sr_kemi_core_set_drop(NULL);
duk_eval_string_noresult(J, JSDT_SR_EXIT_EXEC_STR);
return 0;
}
Expand Down

0 comments on commit 84bf4cc

Please sign in to comment.