Merge pull request #2412 from blueyed/deprecate-raw

themes/xresources/assets.lua: use raw=true with deprecation
This commit is contained in:
mergify[bot] 2018-10-03 23:42:18 +00:00 committed by GitHub
commit 622a330e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
require("gears.debug").deprecate("Use beautiful.theme_assets instead.") require("gears.debug").deprecate("Use beautiful.theme_assets instead.", {raw=true})
return require("beautiful.theme_assets") return require("beautiful.theme_assets")