mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Merge pull request #13439 from overleaf/tw-support-rnw-files
support for Rnw files GitOrigin-RevId: 407ab1b6b131408fa0e4256d50781e9f70b0c3b8
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = ProjectRootDocManager = {
|
||||
if (callback == null) {
|
||||
callback = function () {}
|
||||
}
|
||||
const filePathsPromise = globby(['**/*.{tex,Rtex}'], {
|
||||
const filePathsPromise = globby(['**/*.{tex,Rtex,Rnw}'], {
|
||||
cwd: directoryPath,
|
||||
followSymlinkedDirectories: false,
|
||||
onlyFiles: true,
|
||||
|
||||
Reference in New Issue
Block a user