Skip to content

Commit 252cd32

Browse files
author
Mikachu2333
committed
fix output
1 parent 41c449f commit 252cd32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/framework/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,7 @@ chsrc_run (const char *cmd, int run_option)
12701270
}
12711271

12721272
int status = system (cmd);
1273+
br();
12731274
if (0==status)
12741275
{
12751276
if (! (RunOpt_Dont_Notify_On_Success & run_option))

0 commit comments

Comments
 (0)