1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/community/lua-busted/use-cjson.patch
2022-11-13 12:25:50 +00:00

8 lines
208 B
Diff

--- a/busted/outputHandlers/json.lua
+++ b/busted/outputHandlers/json.lua
@@ -1,4 +1,4 @@
-local json = require 'dkjson'
+local json = require 'cjson'
local io_write = io.write
local io_flush = io.flush