fix(comment): now it works

This commit is contained in:
Oleksandr Smirnov 2025-03-18 23:34:38 +02:00
parent 0bbe52ed81
commit ff209db23e
No known key found for this signature in database
3 changed files with 53 additions and 45 deletions

View file

@ -38,7 +38,7 @@ gopher.install_deps = require("gopher.installer").install_deps
gopher.impl = require("gopher.impl").impl
gopher.iferr = require("gopher.iferr").iferr
gopher.comment = require "gopher.comment"
gopher.comment = require("gopher.comment").comment
gopher.tags = {
add = tags.add,