Skip to content

Commit

Permalink
fix(docgen): exit 1 on stack traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
champignoom committed May 31, 2023
1 parent 5629898 commit de205bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
documentation:
nvim --headless -u docgen/minimal_init.vim -c "cd ./docgen" -c "source init.lua" -c 'qa'
! ( nvim --headless -u docgen/minimal_init.vim -c "cd ./docgen" -c "source init.lua" -c 'qa' 2>&1 | grep -q "stack traceback:" )

local-documentation:
nvim --headless -c "cd ./docgen" -c "source init.lua" -c 'qa'
Expand Down

0 comments on commit de205bf

Please sign in to comment.